Autogenerated HTML docs for v1.7.10.1-433-g34875 
diff --git a/git-check-ref-format.html b/git-check-ref-format.html index eac365b..efcf394 100644 --- a/git-check-ref-format.html +++ b/git-check-ref-format.html 
@@ -626,12 +626,12 @@  <p>   They cannot have ASCII control characters (i.e. bytes whose   values are lower than \040, or \177 <tt>DEL</tt>), space, tilde <tt>~</tt>,  - caret <tt>&#94;</tt>, or colon <tt>:</tt> anywhere.  + caret <tt>^</tt>, or colon <tt>:</tt> anywhere.   </p>   </li>   <li>   <p>  -They cannot have question-mark <tt>?</tt>, asterisk <tt>&#42;</tt>, or open  +They cannot have question-mark <tt>?</tt>, asterisk <tt>*</tt>, or open   bracket <tt>[</tt> anywhere. See the <tt>--refspec-pattern</tt> option below for   an exception to this rule.   </p>  @@ -667,13 +667,13 @@  <li>   <p>   A double-dot <tt>..</tt> is often used as in <tt>ref1..ref2</tt>, and in some  - contexts this notation means <tt>&#94;ref1 ref2</tt> (i.e. not in  + contexts this notation means <tt>^ref1 ref2</tt> (i.e. not in   <tt>ref1</tt> and in <tt>ref2</tt>).   </p>   </li>   <li>   <p>  -A tilde <tt>~</tt> and caret <tt>&#94;</tt> are used to introduce the postfix  +A tilde <tt>~</tt> and caret <tt>^</tt> are used to introduce the postfix   <em>nth parent</em> and <em>peel onion</em> operation.   </p>   </li>  @@ -691,8 +691,8 @@  </p>   </li>   </ol></div>  -<div class="paragraph"><p>With the <tt>--branch</tt> option, it expands the &#8220;previous branch syntax&#8221;  -<tt>@{-n}</tt>. For example, <tt>@{-1}</tt> is a way to refer the last branch you  +<div class="paragraph"><p>With the <tt>--branch</tt> option, it expands the <tt>`previous branch syntax''  +`@{-n}</tt>. For example, <tt>@{-1}</tt> is a way to refer the last branch you   were on. This option should be used by porcelains to accept this   syntax anywhere a branch name is expected, so they can act as if you   typed the branch name.</p></div>  @@ -720,9 +720,9 @@  <p>   Interpret &lt;refname&gt; as a reference name pattern for a refspec   (as used with remote repositories). If this option is  - enabled, &lt;refname&gt; is allowed to contain a single <tt>&#42;</tt>  + enabled, &lt;refname&gt; is allowed to contain a single <tt>*</tt>   in place of a one full pathname component (e.g.,  - <tt>foo/&#42;/bar</tt> but not <tt>foo/bar&#42;</tt>).  + <tt>foo/*/bar</tt> but not <tt>foo/bar*</tt>).   </p>   </dd>   <dt class="hdlist1">  @@ -772,7 +772,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-11-15 13:45:02 PDT  +Last updated 2012-05-02 15:00:44 PDT   </div>   </div>   </body>